Mega Code Archive

Categories
1) Android
2) ASP.Net
3) ASP.Net Tutorial
4) C
5) C Tutorial
6) C#
7) C# Book
8) C# by API
9) C# Tutorial
10) C++
11) C++ Tutorial
12) Delphi
13) Flash ActionScript
14) Flex
15) Java
16) Java Book
17) Java by API
18) Java Tutorial
19) JavaScript DHTML
20) JavaScript Reference
21) JavaScript Tutorial
22) MSOfficeExcel 2007 Tutorial
23) MSOfficePowerPoint 2007 Tutorial
24) MSOfficeWord 2007 Tutorial
25) MSSQL
26) MSSQL Tutorial
27) MySQL
28) MySQL Tutorial
29) Oracle PLSQL
30) Oracle PLSQL Tutorial
31) Perl
32) Php
33) PostgreSQL
34) Python
35) Python Tutorial
36) Ruby
37) Silverlight
38) VB.Net
39) VB.Net by API
40) VB.Net Tutorial
41) Visual C++ .NET
42) VisualBasic Script
43) XML
44) XML Tutorial
 
MSSQL
1) Aggregate Functions
2) Analytical Functions
3) Constraints
4) Cursor
5) Data Set
6) Data Type
7) Database
8) Date Timezone
9) Index
10) Insert Delete Update
11) Math Functions
12) Select Query
13) Sequence
14) Store Procedure Function
15) String Functions
16) Subquery
17) System
18) Table
19) Table Joins
20) Transact SQL
21) Transaction
22) Trigger
23) View
24) XML
Store Procedure Function
1) A Recursion
2) A scalar function accepts any number of parameters and returns one value
3) Call the stored procedure
4) Check to see if a procedure exists
5) Creating a Parameterized Stored Procedure
6) Define function to get last name
7) Define procedure to insert or update
8) Define user function and use it in select statement
9) Drop a procedure
10) Example of Dynamic Database Context with EXEC()
11) Example to execute the store procedure
12) EXEC
13) EXEC sp_help name
14) Execute a statement
15) Execute a system function
16) Function Returning a Scalar Value
17) Function returning a sub table
18) Inline Table-Valued Functions
19) Multi-Statement Table-Valued Functions
20) Nvarchar parameter
21) Paraemter with NULL value
22) Pass table column to a user defined function
23) Performing Data Manipulation
24) Processing Return Status Values
25) RECOMPILE(ing) a Stored Procedure Each Time It Is Executed
26) Return a table-join result
27) Return int value from function
28) Return only one value from the procedure
29) Return the result of a query from a function
30) Returning a Single Result Set from a procedure
31) Select from a function returning a table
32) Specifying a Default Parameter Value
33) Store Procedure
34) Stored procedure can be executed with the parameter and assigned value
35) Stored Procedures as Parameterized Views
36) Table join with data returned from function
37) The parameters can be passed explicitly by value
38) Transaction in a procedure
39) Use defined function (UDFs) That Return a Table
40) Use of Functions in Sql statement Concatenation and EXEC
41) Use procedure as a parameteried view
42) Using OUTPUT Parameters
43) Using Parameters
44) Using the system date as a default parameter
45) You can specify the parameters by name